Fix build when using GLib < 2.44
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 4 May 2015 16:00:54 +0000 (12:00 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 4 May 2015 16:02:02 +0000 (12:02 -0400)
libglnx
src/ostree/ot-builtin-remote.c

diff --git a/libglnx b/libglnx
index 381ca54ee3a47de291d26a5db8772732fb4a9d59..dfe77be2d558373c4b01189e2048d79be9c9c453 160000 (submodule)
--- a/libglnx
+++ b/libglnx
@@ -1 +1 @@
-Subproject commit 381ca54ee3a47de291d26a5db8772732fb4a9d59
+Subproject commit dfe77be2d558373c4b01189e2048d79be9c9c453
index 608b9ef1d0be1456435a420898104592bbecb6b5..5fc027fe319793d27bd73175f0de5bdaf9f74383 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "config.h"
 
+#include <libglnx.h>
+
 #include "ot-main.h"
 #include "ot-builtins.h"
 #include "ot-remote-builtins.h"